/*头部*/
.headerBg{ height: 100px; background: url(../img/topBg.png) right center no-repeat;}
.logo{ box-sizing: border-box; width: 30%;}
.headerR{ width: 70%;}
.memu{ padding-top: 10px;}
.shares{ height: 100px; padding: 0 20px; line-height: 100px;}
.topLink{ padding: 2rem 1rem 0 0rem;}
.website{padding: 0.6rem 1rem; border: 1px solid #666; cursor: pointer;}
.website_icon_up{ display: none; transition: all .5s;}
.website_icon_down{transition: all .5s;}
.website_icon_toggle{ margin: 0.5rem 0 0 1rem;}
.website_list{width: 102%; background-color: white; top: 100%; left: -1px; z-index: 100; border: 1px solid #666; display: none; transition: all .5s;}
.website_list a{ display: block; width: 100%; padding: 0.75rem 0 ; text-align: center;}
.website_list a:hover{ background-color: #a8d24c; color: white;}
.website:hover .website_list{ display: block;}
.website:hover .website_icon_down{ display: none;}
.website:hover .website_icon_up{ display: block;}
.search{ margin-top: 2.5rem; cursor: pointer;}
.searchTxt{ padding: 0 0 0.8rem 1rem;border-bottom: 1px solid #666; background-color: transparent; visibility: visible; -webkit-animation-duration: 1s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;}
.search_icon{ top: 4px; right: 1rem; }
/*.search:hover .searchTxt{ visibility: visible; -webkit-animation-name: slideInLeft; animation-name: slideInLeft; }*/
@media (max-width: 1200px) {
  .topLink{ display: none;}
  .shares{ display: none;}
}
@media (max-width: 768px) {
	.logo{ width: 80%;}
	.headerR{ width: 20%;}
  .topLink{ display: none;}
  .shares{ display: none;}
  .search{ display: none;}
}
.scrollMemu{ position: fixed; top: 2rem; right: 2rem; z-index: 100; display: none;}

.menu_list a{ width: 16%; display: inline-block; font-size: 26px;}
.menu_list a:first-child{ width: 18%; font-size: 30px; font-weight: bold;}

/*内容*/
.home_part{ cursor: pointer;}
.home_item{ background-color: rgba(0,0,0,0.25); bottom: 0; left: 0;}
.home_item1{display: none; height: 100%;}
.home_item_title{ margin: 32% auto 0;}
.home_more{ left: 50%; margin-left: -24px; top: 34%; animation: all .8s 1s infinite;}
.home_part:hover .home_item{ display: none; }
.home_part:hover .home_item1{ display: block; -webkit-animation-name: slideInUp;animation-name: slideInUp;}
.home_part:hover .home_more{ -webkit-animation-name: slideInLeft;animation-name: slideInLeft;}
/*底部*/
.footer{ background-color: #e8eae7; font-size: 14px; }
.footer_item{ margin-right: 2rem; }
.footer a{ display: block; line-height: 2; font-size: 14px;}
.copyRight{ padding: 2rem 0 2rem 0; border-top: 1px solid #daded8;}
.nopd{ padding: 0!important;}
